datagridview column color c#

57

datagridview column color c# -

grid.Columns["NameOfColumn"].DefaultCellStyle.ForeColor = Color.Gray;

Comments

Submit
0 Comments